home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / echlay < prev    next >
Text File  |  1991-11-22  |  1KB  |  47 lines

  1.  
  2.    3.4.2 ECHO LAYER
  3.  
  4.  
  5. The ECHO LAYER command is used to select which layers should be displayed.
  6. Whatever the selection of layers are chosen for display, the active layer
  7. will always remain displayed.
  8.  
  9.  
  10.    MODIFIERS
  11.  
  12. LAYER       This modifier is followed by a range or list of layer numbers
  13.             in the range 0 to 255. The specified layers will be displayed,
  14.             those left out will not be displayed.
  15.  
  16.             Example:
  17.  
  18.                #ECHO LAYER LAYER 0-2,5-70 [CR]
  19.  
  20.             will display layers 0, 1, 2 and all layers between 5 and 70.
  21.  
  22. INCLUDING   Requires a range of layers that will be displayed as well as
  23.             the current set of layers displayed.
  24.  
  25. EXCLUDING   Requires a range of layers that will be excluded from the
  26.             current set of layers displayed.
  27.  
  28. COLOUR      Requires a list of colour numbers in the range 0 to 7. All
  29.             layers that have these colours assigned to them will be
  30.             displayed.
  31.  
  32.             Example:
  33.  
  34.                #ECHO LAYER COLOUR 1,4
  35.  
  36.             will display any layer that has the colour assignment 1 or 4.
  37.  
  38. NAME        Requires the name of a layer list defined using the DEFINE
  39.             LAYER command. Only the layers in the named layer list will be
  40.             displayed.
  41.  
  42. ALL         Will display all layers.
  43.  
  44. NONE        Will only display the current active layer.
  45.  
  46.  
  47.